build: Don't include the marshallers header file
authorEmmanuele Bassi <ebassi@gnome.org>
Fri, 28 Apr 2017 20:50:41 +0000 (21:50 +0100)
committerEmmanuele Bassi <ebassi@gnome.org>
Fri, 28 Apr 2017 20:50:41 +0000 (21:50 +0100)
commit4724a89022ef1bec93b1a42d4cf2fec7191ed712
tree01178e4039eb4c791da39220e8c4abfde7a479a9
parentbb1deaafa42ccb03929d3cd5fdab685218bbac29
build: Don't include the marshallers header file

We used to inject the inclusion of the generated header file into the
generated body of the marshallers source code in order to avoid compiler
warnings about missing prototypes. The glib-genmarshal utility has been
fixed in GLib to include the prototype in the generated source, so now
we're going to trip -Werror=redundant-decls.
gdk/Makefile.am
gtk/Makefile.am